DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / CanMoveRange Method

In This Topic
    CanMoveRange Method (C1GroupDataCollection<S>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function CanMoveRange( _
       ByVal fromIndex As Integer, _
       ByVal count As Integer, _
       ByVal toIndex As Integer _
    ) As Boolean
    public virtual bool CanMoveRange( 
       int fromIndex,
       int count,
       int toIndex
    )

    Parameters

    fromIndex
    count
    toIndex
    See Also